'Declaration Protected Overrides Function ConvertTextToValue( _ ByVal text As String _ ) As Nullable(Of T)
'Usage Dim instance As CommonNumericUpDown(Of T) Dim text As String Dim value As Nullable(Of T) value = instance.ConvertTextToValue(text)
protected override Nullable<T> ConvertTextToValue( string text )
Parameters
- text